home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / os2 / dc390u.zip / WIN95 / SCSI.INF < prev    next >
INI File  |  1995-11-27  |  3KB  |  120 lines

  1.  
  2. ;TekRam DC-390 PCI SCSI for WINDOWS 95
  3. ;filename: tekram.inf
  4. ;
  5. ;   This INF will install the following device
  6. ;    Tekram DC-390 PCI SCSI Host Adapter
  7. ;        1 - IO Ports at base from
  8.  
  9.  
  10. [Version]
  11. ; Version Section
  12. ;   Signature="$WINDOWS 95$"
  13. ;   Class=class-name
  14. ;   Provider=INF-Creator
  15. ;   LayoutFile=filename.inf
  16. Signature="$WINDOWS 95$"
  17. Class=SCSIAdapter
  18. Provider=%Msft%
  19.  
  20. [ClassInstall]
  21. AddReg=SCSIReg
  22.  
  23. [ScsiReg]
  24. HKR,,,,%SCSIClassName%
  25. HKR,,Icon,,-10
  26. HKR,,EnumPropPages,,"IOSCLASS.DLL,EnumPropPages"
  27.  
  28. [Manufacturer]
  29. ; Manufacturer Section
  30. ;   manufacture-name | %string-key%=manufacturer-name-section
  31. %TRM%=Tekram
  32.  
  33. [Tekram]
  34. ; Manufacturer Name Section
  35. ;   device-description=install-section-name,device-id,[,compatible-device-id]
  36. %PCI\VEN_1022&DEV_2020.DeviceDesc%=DC390.drv,PCI\VEN_1022&DEV_2020
  37.  
  38.  
  39. [DC390.drv]
  40. ; Install Section
  41. ;   LogConfig=log-config-section-name[,log-config-section-name]...
  42. ;   Copyfiles=file-list-section[,<file-list-section>]...
  43. ;   Renfiles=file-list-section[,<file-list-section>]...
  44. ;   Delfiles=file-list-section[,<file-list-section>]...
  45. ;   UpdateInis=update-ini-section[,update-ini-section]...
  46. ;   UpdateIniFields=update-inifields-section[,update-inifields-section]...
  47. ;   AddReg=add-registry-section[,add-registry-section]...
  48. ;   DelReg=del-registry-section[,del-registry-section]...
  49. ;   Ini2Reg=ini-to-registry-section[,ini-to-registry-section]...
  50. ;   UpdateCfgSys=update-config-section
  51. ;   UpdateAutoBat=update-config-section
  52. ;   Reboot | Restart
  53. LogConfig=DC390.Log
  54. UpDateCfgSys=DC390.UpdateConfigSys
  55. UpdateInis=DC390.IOSINI
  56. CopyFiles = @trm390.mpd
  57. AddReg = IOS,DC390Reg
  58. Reboot
  59.  
  60. [DC390.IOSINI]
  61. %10%\IOS.INI, SafeList,,"aspi.sys        ; Tekram DC-390 PM Driver Exists"
  62.  
  63. [DC390.UpdateConfigSys]
  64. DevDelete=aspi.sys
  65.  
  66. [DC390.Log]
  67. ConfigPriority=Reboot
  68. MemConfig=8000@C800-DFFFF%FFFF8000
  69. IOConfig=80@0000-FFFF
  70. IRQConfig=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
  71.  
  72. [IOS]
  73. ; Add Registry Section
  74. ;   reg-root-string,[subkey],[value-name],[flag],[value]
  75. ;    reg-root-string:
  76. ;        HKCR    Same as HKEY_CLASSES_ROOT
  77. ;        HKCU    Same as HKEY_CURRENT_USER
  78. ;        HKLM    Same as HKEY_LOCAL_MACHINE
  79. ;        HKU     Same as HKEY_USERS
  80. ;        HKR     Means relative from the KEY passed into GenInstallEx
  81. ;    subkey:
  82. ;        Optional, Identifies the subkey to set. Has the form Key1\Key2\Key3
  83. ;    value-name:
  84. ;        Optional, Identofies the vale name for the subkey. For string type,
  85. ;        if the value is left empty, the subkey or value-name is set to a
  86. ;        NULL string
  87. ;    flag:
  88. ;        Optional, Determines both the value type and whether the registry
  89. ;        key is replaced if it already exists. Flag is a bit map where:
  90. ;        Bit    ValueMeaning
  91. ;        0    0   (Default) Value is an ANSI string
  92. ;        0    1   Value is a hexadecimal number
  93. ;        1    0   (Default) Replace key if it exists
  94. ;        1    1   Do not replace key if it exists.
  95. ;    value:
  96. ;        Optional
  97. HKR,,DevLoader,,*IOS
  98. HKR,,DontLoadIfConflict,,"Y"
  99.  
  100. [DC390Reg]
  101. HKR,,PortDriver,,trm390.mpd
  102.  
  103.  
  104.  
  105. [DestinationDirs]
  106. DefaultDestDir=12    ; Windows\iosubsys (12 -- iosubsys directory)
  107.  
  108. [SourcesDisksFiles]
  109. trm390.mpd = 1
  110.  
  111. [SourceDisksNames]
  112. 1 = ,,,,
  113.  
  114.  
  115. [Strings]
  116. TRM= "Tekram Technology Co., Ltd."
  117. Msft = "Tekram Technology Co., Ltd."
  118. PCI\VEN_1022&DEV_2020.DeviceDesc="Tekram DC-390 PCI SCSI Adapter"
  119. SCSIClassName="SCSI Controllers"
  120.